body{ 
	background-color: #003399;
}

h1{ 
	font-size: 34px;
	font-family: "Konfuciuz Fat"; 
	text-align: center; 
	width: auto;
	height: auto;
	border-style: groove;
	background-color: #0066FF;
	border-width: thick;
	border-color:#0000CC;
}

th {
	color: white;
	font-size:18px;
	border: #0000CC;
	background-color: #0066FF;
	text-align: center;
	border-style: ridge;
	border-width: medium;
	font-family: homoarakhn;
}

th, td, tr{

border-collapse: collapse;
text-align: center;
}

td {
	text-align: center;
    font-family: homoarakhn;
	font-size:18px;
	border-color:#0033CC;
	border-style: ridge;
	border-collapse: collapse;
	background-color: #0066FF;
		}
.colonne_de_gauche{
	float: left;
	width:10%;	
}
.colonne_de_droite{
	float: right;
	width:10%;
}
.php{
	vertical-align:top; 
    font-family: Comic Sans MS;
	font-size:18px;
	border-color:#0033CC;
	border-style: ridge;
	border-collapse: collapse;
	background-color: #0066FF;
	width: 80%;
}